Skip to content

Add winget publishing and split release jobs#83

Draft
silv-io wants to merge 1 commit intomainfrom
silv-io/flc-471
Draft

Add winget publishing and split release jobs#83
silv-io wants to merge 1 commit intomainfrom
silv-io/flc-471

Conversation

@silv-io
Copy link
Member

@silv-io silv-io commented Mar 8, 2026

Motivation

Windows users currently have no native package manager option for installing lstk.
Adding winget support lets them install with winget install LocalStack.lstk.

Changes

  • Split the monolithic release job into three independent jobs:
    • release — GoReleaser (GitHub release + Homebrew), uploads dist/ as artifact
    • publish-npm — Downloads artifacts and publishes to NPM
    • publish-winget — Submits a manifest PR to microsoft/winget-pkgs via wingetcreate (amd64 + arm64)
  • NPM and winget jobs can be re-run independently without re-triggering a new release

TODO

  • Submit initial winget manifest to microsoft/winget-pkgs manually (first-time wingetcreate new) — update only works once the package ID LocalStack.lstk exists
  • Verify PRO_ACCESS_TOKEN has public_repo scope (required to fork winget-pkgs and open PRs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant